home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk115 / fastdirs / fsdirs.doc < prev    next >
Text File  |  1995-03-19  |  2KB  |  48 lines

  1.  
  2.         Fast Smooth Dirs V1.3 © Chris Hames
  3.         -----------------------------------
  4.             SIZE:1096
  5.  
  6.     If you get sick of waiting for your floppies to get a directory
  7. whether it be the AmigaDOG List command, or the open file requestor in
  8. your favourite program, here is the program for you.  It the patches File
  9. System for all your floppies so that when a program gets a directory
  10. it uses my code which should mean big speed increase!  It also cuts down
  11. the grinding of the drive moving from track to track by reading them
  12. in a sorted(As much as possible) order.
  13.     Just put FSDirs in your startup-sequence(you don't have to run it
  14. either!) and live with much more acceptable floppy directory reads.  Your
  15. drives should benifit as well(They won't have to grind back and forth so 
  16. much).  Note: sometimes your drive motor won't turn off and you will
  17. loose 512bytes of memory, sorry, but this occurs when you stop getting a
  18. directory before a program gets all the directory.  The motor should turn
  19. off next time you access the drive.
  20.  
  21.     This is a FreeWare program, it may be distributed in any manner as
  22. long as it is accompanied by this .doc file both unaltered but not for
  23. profit(unless you have my permission).  I will gladly accept donations
  24. in any form for my work.  Any Software company want 18 year old
  25. C/Assembler programmer who is currently getting bored out of his mind in
  26. first year Computer Science at Monash Uni ?
  27. Mail:-        Chris Hames
  28.         6 Pamela Crt
  29.         Blackburn South
  30.         VIC 3130
  31.         Australia
  32.     All use of this program is at your own risk, and no liability or
  33. responsibilty is assumed by me.
  34.  
  35. TecInfo:
  36.     FSDirs attaches itself to each Floppy File System packet processing
  37. code.   Each ExNext goes to my code which reads in the blocks in the best
  38. possible order to keep disk reads and steps down to a minimun.
  39.  
  40. Credit:
  41.     Bryce Nesbitt for the idea.
  42.  
  43. History:
  44. 1.0    26 Sept 89    Steve got me sidetracked again.  First release.
  45. 1.1    27 Sept 89    Bug fix - Now works with 1,3 or 4 floppies. Idiot!
  46. 1.2    29 Sept 89    Better sort method - Less disk grind.
  47. 1.3    24 Nov  89    The Best sort method and up to 2 times faster!
  48.